| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Issue> |
PreferenceProfileManager.getIssues() |
java.util.HashMap<Issue,java.lang.Double> |
OpponentModel.getWeights()
Returns a hashmap with the weights for each of the issues
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
IssueModel.getBidValueByIssue(Bid pBid,
Issue pIssue)
returns the value of an issue in a bid
|
static Value |
Bounds.getIssueValue(Issue pIssue,
double pIndex)
returns a Value object with the value of an issue at the given index
works for real, discrete and integer objects
|
static double |
Bounds.getScaledIssueValue(Bounds pBounds,
Bid pBid,
Issue pIssue)
returns the scaled value of the (discrete, real or integer) issue.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.HashMap<java.lang.Integer,Bounds> |
Bounds.getIssueBounds(java.util.ArrayList<Issue> pIssues)
Creates a hashmap with for each of the issues the bounds
|
| Constructor and Description |
|---|
Bounds(Issue pIssue)
Constructor.
|
IssueModel(Issue lIssue)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
Issue |
OpponnentModel.IssuePrediction.IssueBase |
| Modifier and Type | Method and Description |
|---|---|
void |
OpponnentModel.IssuePrediction.INIT(Issue I) |
void |
GahbonValueType.INIT(Issue I) |
| Modifier and Type | Method and Description |
|---|---|
void |
IssuesDecreases.initilize(Issue issue,
Value maximalValue,
int issueCount) |
| Modifier and Type | Method and Description |
|---|---|
double |
PerfectBayesianOpponentModelScalable.getNormalizedWeight(Issue i,
int startingNumber) |
double |
BayesianOpponentModelScalable.getNormalizedWeight(Issue i,
int startingNumber) |
double |
BayesianOpponentModel.getNormalizedWeight(Issue i,
int startingNumber) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Issue> |
Domain.getIssues()
Returns all issues as an arraylist.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Issue> |
NegotiationSession.getIssues() |
| Modifier and Type | Method and Description |
|---|---|
double |
OpponentModel.getWeight(Issue issue)
Returns the weight of a particular issue in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssuesDecreases.initilize(Issue issue,
Value maximalValue,
int issueCount) |
| Modifier and Type | Method and Description |
|---|---|
double |
PerfectIAMhagglerBayesianModel.getWeight(Issue issue) |
double |
CUHKFrequencyModelV2.getWeight(Issue issue)
This model does not rely on issue weights.
|
double |
BayesianModel.getWeight(Issue issue) |
double |
OppositeModel.getWeight(Issue issue) |
double |
FSEGABayesianModel.getWeight(Issue issue) |
double |
AgentXFrequencyModel.getWeight(Issue issue) |
double |
NashFrequencyModel.getWeight(Issue issue) |
double |
AgentLGModel.getWeight(Issue issue) |
double |
ScalableBayesianModel.getWeight(Issue issue) |
double |
SmithFrequencyModelV2.getWeight(Issue issue) |
double |
SmithFrequencyModel.getWeight(Issue issue) |
double |
IAMhagglerBayesianModel.getWeight(Issue issue) |
double |
PerfectScalableBayesianModel.getWeight(Issue issue) |
| Modifier and Type | Field and Description |
|---|---|
Issue |
GahboninhoOM.IssuePrediction.IssueBase |
| Modifier and Type | Method and Description |
|---|---|
void |
GahbonValueType.INIT(Issue I) |
void |
GahboninhoOM.IssuePrediction.INIT(Issue I) |
| Modifier and Type | Class and Description |
|---|---|
class |
IssueDiscrete
Specific type of issue in which the value of the issue are a set of objects.
|
class |
IssueInteger
Specific type of issue which specifies an integer range [min, max].
|
class |
IssueReal |